public static PDFDocument load( Stream stream ) |
Parameters
- stream
- Stream that contains the PDF file.
Return Value
A com.o2sol.pdf4java.PDFFixedDocument or a com.o2sol.pdf4java.portfolios.PDFPortfolio depending on the PDF file type.
public static PDFDocument load( Stream stream ) |